home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TEXPORTDIALOG / TEXPORTDIALOG.txt
Text File  |  2008-11-03  |  5KB  |  220 lines

  1. inherited ExportDialog: TExportDialog
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Exporting_Settings'
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   Caption = 'Export Settings'
  6.   ClientHeight = 295
  7.   ClientWidth = 358
  8.   OnCreate = FormCreate
  9.   OnDestroy = FormDestroy
  10.   OnShow = FormShow
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Bevel: TUiBevel
  14.     Left = 0
  15.     Top = 251
  16.     Width = 358
  17.     Height = 3
  18.     Shape = bsBottomLine
  19.   end
  20.   object PageControl: TUiPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 358
  24.     Height = 249
  25.     ActivePage = tsAffect
  26.     Align = alTop
  27.     Style = tsFlatButtons
  28.     TabOrder = 0
  29.     TabStop = False
  30.     object tsAffect: TUiTabSheet
  31.       TabVisible = False
  32.       object AffectLbl: TUiLabel
  33.         Left = 24
  34.         Top = 16
  35.         Height = 13
  36.         Caption = 'What settings do you want to export?'
  37.         FontStyle = [fsBold]
  38.       end
  39.       object AffectLB: TUiCheckListBox
  40.         Left = 32
  41.         Top = 40
  42.         Width = 281
  43.         Height = 149
  44.         OnClickCheck = SomethingChangedClick
  45.         ItemHeight = 13
  46.         TabOrder = 0
  47.       end
  48.       object AffectAllBtn: TUiButton
  49.         Left = 32
  50.         Top = 192
  51.         Caption = 'Mark All'
  52.         TabOrder = 1
  53.         OnClick = CheckedChangeClick
  54.         AutoSize = asLeft
  55.       end
  56.       object AffectNoneBtn: TUiButton
  57.         Left = 105
  58.         Top = 192
  59.         Caption = 'Unmark All'
  60.         TabOrder = 2
  61.         OnClick = CheckedChangeClick
  62.         AutoSize = asLeft
  63.       end
  64.     end
  65.     object tsSessions: TUiTabSheet
  66.       TabVisible = False
  67.       object SessionsLbl: TUiLabel
  68.         Left = 24
  69.         Top = 16
  70.         Height = 13
  71.         Caption = 'Pick sessions to export:'
  72.         FontStyle = [fsBold]
  73.       end
  74.       object SessionsLB: TUiCheckListBox
  75.         Left = 32
  76.         Top = 40
  77.         Width = 281
  78.         Height = 149
  79.         OnClickCheck = SomethingChangedClick
  80.         ItemHeight = 16
  81.         Style = lbOwnerDrawFixed
  82.         TabOrder = 0
  83.         OnDrawItem = SessionsLBDrawItem
  84.       end
  85.       object SessionsAllBtn: TUiButton
  86.         Left = 32
  87.         Top = 192
  88.         Caption = 'Mark All'
  89.         TabOrder = 1
  90.         OnClick = CheckedChangeClick
  91.         AutoSize = asLeft
  92.       end
  93.       object SessionsNoneBtn: TUiButton
  94.         Left = 105
  95.         Top = 192
  96.         Caption = 'Unmark All'
  97.         TabOrder = 2
  98.         OnClick = CheckedChangeClick
  99.         AutoSize = asLeft
  100.       end
  101.     end
  102.     object tsFileFormats: TUiTabSheet
  103.       TabVisible = False
  104.       object FileFormatsLbl: TUiLabel
  105.         Left = 24
  106.         Top = 16
  107.         Height = 13
  108.         Caption = 'Pick file formats to export:'
  109.         FontStyle = [fsBold]
  110.       end
  111.       object FileFormatsLB: TUiCheckListBox
  112.         Left = 32
  113.         Top = 40
  114.         Width = 281
  115.         Height = 149
  116.         OnClickCheck = SomethingChangedClick
  117.         ItemHeight = 16
  118.         Style = lbOwnerDrawFixed
  119.         TabOrder = 0
  120.         OnDrawItem = FileFormatsLBDrawItem
  121.       end
  122.       object FileFormatsAllBtn: TUiButton
  123.         Left = 32
  124.         Top = 192
  125.         Caption = 'Mark All'
  126.         TabOrder = 1
  127.         OnClick = CheckedChangeClick
  128.         AutoSize = asLeft
  129.       end
  130.       object FileFormatsNoneBtn: TUiButton
  131.         Left = 105
  132.         Top = 192
  133.         Caption = 'Unmark All'
  134.         TabOrder = 2
  135.         OnClick = CheckedChangeClick
  136.         AutoSize = asLeft
  137.       end
  138.     end
  139.     object tsFtpProfiles: TUiTabSheet
  140.       TabVisible = False
  141.       object FtpProfilesLbl: TUiLabel
  142.         Left = 24
  143.         Top = 16
  144.         Height = 13
  145.         Caption = 'Pick FTP profiles to export:'
  146.         FontStyle = [fsBold]
  147.       end
  148.       object FtpProfilesLB: TUiCheckListBox
  149.         Left = 32
  150.         Top = 40
  151.         Width = 281
  152.         Height = 133
  153.         OnClickCheck = SomethingChangedClick
  154.         ItemHeight = 16
  155.         Style = lbOwnerDrawFixed
  156.         TabOrder = 0
  157.         OnDrawItem = FtpProfilesLBDrawItem
  158.       end
  159.       object FtpProfilesAllBtn: TUiButton
  160.         Left = 32
  161.         Top = 176
  162.         Caption = 'Mark All'
  163.         TabOrder = 1
  164.         OnClick = CheckedChangeClick
  165.         AutoSize = asLeft
  166.       end
  167.       object FtpProfilesNoneBtn: TUiButton
  168.         Left = 105
  169.         Top = 176
  170.         Caption = 'Unmark All'
  171.         TabOrder = 2
  172.         OnClick = CheckedChangeClick
  173.         AutoSize = asLeft
  174.       end
  175.       object FtpProfilesPasswordsEdit: TUiCheckBox
  176.         Left = 32
  177.         Top = 204
  178.         Height = 17
  179.         Caption = 'Include &passwords'
  180.         TabOrder = 3
  181.         OnClick = SomethingChangedClick
  182.       end
  183.       object FtpProfilesGlobalEdit: TUiCheckBox
  184.         Left = 32
  185.         Top = 224
  186.         Height = 17
  187.         Caption = 'Include &global settings'
  188.         TabOrder = 4
  189.         OnClick = SomethingChangedClick
  190.       end
  191.     end
  192.   end
  193.   object BackBtn: TUiButton
  194.     Left = 117
  195.     Top = 264
  196.     Caption = '< &Back'
  197.     TabOrder = 1
  198.     OnClick = BackClick
  199.     AutoSize = asRight
  200.   end
  201.   object NextBtn: TUiButton
  202.     Left = 190
  203.     Top = 264
  204.     Caption = '%'
  205.     Default = True
  206.     TabOrder = 2
  207.     OnClick = NextClick
  208.     AutoSize = asRight
  209.   end
  210.   object CancelBtn: TUiButton
  211.     Left = 278
  212.     Top = 264
  213.     Cancel = True
  214.     Caption = 'Cancel'
  215.     ModalResult = 2
  216.     TabOrder = 3
  217.     AutoSize = asRight
  218.   end
  219. end
  220.